# This file contains a list of all directories exported to other computers.
# It is used by rpc.nfsd and rpc.mountd. Each entry should follow this
# format:
# <shared directory>	<remote host>(<rights>)
# For example, if I wanted to share my main wirelist directory with everyone
# on my network and my network address was 192.168.1.12, I would add a line
# that looked like this:
#
# /DOS/touch1/#	   192.168.1.12/255.255.255.0(rw,no_root_squash,sync)
# 
# This would allow everyone on my network to have read/write access to my
# wirelist directory. If I wanted them to have read only access, I would
# change the "rw" to "ro". Because the touch1 software has to run as root
# to get direct access to the hardware, you need to no_root_squash in the 
# permissions list.
#
# The sync at the end is required. It forces data to be written to the
# disk immediately.

